garbage collection algorithm

英 [ˈɡɑːbɪdʒ kəˈlekʃn ˈælɡərɪðəm] 美 [ˈɡɑːrbɪdʒ kəˈlekʃn ˈælɡərɪðəm]

网络  垃圾收集算法

计算机



双语例句

  1. The garbage collection algorithm can then intelligently decide what to reclaim in a reasonable way.
    垃圾收集算法通过合理的方法智能地判断应该回收的块。
  2. When evaluating a garbage collection algorithm, we might consider any or all of the following criteria
    在对垃圾收集算法进行评价时,我们可能要考虑以下所有标准
  3. If you find the length of the garbage collection runs are too long, you can tune your JVM to use a different garbage collection algorithm ( the details depend on the version and vendor of your JVM).
    如果发现垃圾收集的运行时间太长,可以考虑让JVM使用另一种垃圾收集算法(具体细节取决于JVM的版本和厂商)。
  4. No classical garbage collection algorithm can effectively decrease the repeated manipulations on those long-lived objects.
    单一的经典的垃圾收集算法不能够有效地减少对长生命周期对象的重复处理。
  5. Analysis of JVM Garbage Collection Algorithm and Selection Strategy
    JVM垃圾收集算法分析及选择策略
  6. It has a pluggable, very clean architecture, meaning that for example garbage collection/ object memory can be switched out to use another algorithm.
    它是可插拔的,架构非常的干净,这意味着诸如垃圾回收和对象内存等问题,能够转换使用另一种算法。
  7. For the performance study, we configured the appropriate garbage collection algorithm, page size and heap size on each OS and hardware configuration tested.
    关于那份性能评价,我们在两个操作系统以及硬件平台上都仔细地调整了垃圾收集算法、页和堆的大小。
  8. RRDGC: A Distributed Garbage Collection Algorithm on Relaxed Consistency Model
    弱一致性模型下的分布式垃圾回收算法RRDGC
  9. Moreover, this paper studies the tri-color model of the conservative garbage collection algorithm, and proposes the improvement of this module.
    还对其基于三色模型的保守垃圾回收算法进行了论述,并提出了改进设计方案。
  10. The algorithm improved the division of generation and reference tracking of the generational garbage collection algorithm for reducing time and memory requirements, and made it suitable for resource-constrained embedded environments.
    该算法对分代回收算法中代的划分方式,引用跟踪等方面进行改进,以降低对运行时间和内存空间的需求,从而使其适用于资源有限的嵌入式环境。
  11. According to Unger's generational garbage collection and Shaw's barrel algorithm, this thesis proposes a self-Adaptive Generation Garage Collection algorithm.
    根据Ungar的分代算法和Shaw的桶算法,本文提出了一种自适应的分代垃圾回收算法。
  12. The garbage collection strategy can be applied to clear redundant operations in operation log. Based on this strategy, a new algorithm of Delete is devised.
    垃圾收集策略能有效清除操作日志中的冗余信息,并支持删除操作Delete的实现。
  13. We discuss the completeness and efficiency of this scheme, and also give list processing and garbage collection algorithm.
    本文对方案的完备性和性能进行了讨论,同时给出了典型的链表操作算法和废料收集算法。
  14. The call interface in the system was implemented by embedded Java virtual machine which adopted a real-time garbage collection algorithm.
    采用微型Java虚拟机作为分布式中间件可以为系统调用接口提供一个统一的支持平台。
  15. A garbage collection algorithm for embedded Java virtual machine was described.
    阐述了一种适用于嵌入式Java虚拟机的垃圾回收算法。
  16. Researches and analyses both memory management and garbage collection of KVM, and discusses the core structure of the memory and GC algorithm in KVM.
    研究并分析了KVM的内存管理和垃圾回收机制,讨论了KVM的内存组织结构和垃圾回收算法的具体实现;